ComponentOne Expression Editor for WPF
FindIndex(Int32,Predicate<BaseRule>) Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > RuleCollection Class > FindIndex Method : FindIndex(Int32,Predicate<BaseRule>) Method
Syntax
'Declaration
 
Public Overloads Function FindIndex( _
   ByVal startIndex As System.Integer, _
   ByVal match As System.Predicate(Of BaseRule) _
) As System.Integer
public System.int FindIndex( 
   System.int startIndex,
   System.Predicate<BaseRule> match
)

Parameters

startIndex
match
See Also

Reference

RuleCollection Class
RuleCollection Members
Overload List